diff options
author | yois <> | 2007-09-12 04:21:08 +0000 |
---|---|---|
committer | yois <> | 2007-09-12 04:21:08 +0000 |
commit | 352ed98789cb4c20ff81aa8325c91a1337efe01b (patch) | |
tree | 563699eaf3f2aa935a612a6a52c27d7689ba3f46 /demos/quickstart/protected | |
parent | 299a735badde4aba3dff0b2a72c32dc7568b5bb1 (diff) |
Revision mas a fondo de plantillas generales
Diffstat (limited to 'demos/quickstart/protected')
7 files changed, 7 insertions, 7 deletions
diff --git a/demos/quickstart/protected/controls/es/Layout.tpl b/demos/quickstart/protected/controls/es/Layout.tpl index ee6c70f9..834375ba 100644 --- a/demos/quickstart/protected/controls/es/Layout.tpl +++ b/demos/quickstart/protected/controls/es/Layout.tpl @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" >
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<com:THead Title="Guía de comienzo rápida con PRADO">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
diff --git a/demos/quickstart/protected/controls/es/RequiresVersion.tpl b/demos/quickstart/protected/controls/es/RequiresVersion.tpl index f37471d0..0638cb9e 100644 --- a/demos/quickstart/protected/controls/es/RequiresVersion.tpl +++ b/demos/quickstart/protected/controls/es/RequiresVersion.tpl @@ -1 +1 @@ -<p class="requires-version">Requiere la versión de PRADO <strong><%= $this->Version %></strong> o superior.</p>
\ No newline at end of file +<p class="requires-version">Se requiere la versión de PRADO <strong><%= $this->Version %></strong> o superior.</p>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/es/RunBar.tpl b/demos/quickstart/protected/controls/es/RunBar.tpl index 74fa28d4..c282a2dd 100644 --- a/demos/quickstart/protected/controls/es/RunBar.tpl +++ b/demos/quickstart/protected/controls/es/RunBar.tpl @@ -1,4 +1,4 @@ -<div class="runbar">
+<div class="runbar">
<com:THyperLink ID="RunButton" Target="_blank" Text="Ver ejemplo" />
<com:THyperLink ID="ViewSourceButton" Target="_blank" Text="Ver código fuente" />
</div>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/es/SampleLayout.tpl b/demos/quickstart/protected/controls/es/SampleLayout.tpl index 852c5e4e..001ba3c7 100644 --- a/demos/quickstart/protected/controls/es/SampleLayout.tpl +++ b/demos/quickstart/protected/controls/es/SampleLayout.tpl @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" >
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<com:THead Title="PRADO QuickStart Sample">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
diff --git a/demos/quickstart/protected/controls/es/SearchBox.tpl b/demos/quickstart/protected/controls/es/SearchBox.tpl index 4e332644..dade4094 100644 --- a/demos/quickstart/protected/controls/es/SearchBox.tpl +++ b/demos/quickstart/protected/controls/es/SearchBox.tpl @@ -1,3 +1,3 @@ <com:TLabel ForControl="search" Text="Buscar:" CssClass="searchLabel"/>
-<com:TTextBox ID="search" OnTextChanged="doSearch" CssClass="searchBox"/>
+<com:TTextBox ID="search" OnTextChanged="doSearch" CssClass="searchBox"/>
<com:TButton ID="find" Text="Encontrar" OnClick="doSearch" CssClass="searchButton"/>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/es/SinceVersion.tpl b/demos/quickstart/protected/controls/es/SinceVersion.tpl index a66b2457..0a6c4ccc 100644 --- a/demos/quickstart/protected/controls/es/SinceVersion.tpl +++ b/demos/quickstart/protected/controls/es/SinceVersion.tpl @@ -1 +1 @@ -<p class="since-version">Disponible desde la versión de PRADO <strong><%= $this->Version %></strong> en adelante.</p>
\ No newline at end of file +<p class="since-version">Disponible desde la versión de PRADO <strong><%= $this->Version %></strong>en adelante.</p>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/es/TopicList.tpl b/demos/quickstart/protected/controls/es/TopicList.tpl index 6307765b..05230712 100644 --- a/demos/quickstart/protected/controls/es/TopicList.tpl +++ b/demos/quickstart/protected/controls/es/TopicList.tpl @@ -1,7 +1,7 @@ <div id="toc">
<div class="topic">
-<div>Comenzar</div>
+<div>Comenzar</div>
<ul>
<li><a href="?page=GettingStarted.Introduction">Introducción</a></li>
<li><a href="?page=GettingStarted.AboutPrado">¿Que es PRADO?</a></li>
|