[xoops-cvslog 1456] CVS update: xoops2jp/html/modules/legacyRender/admin/templates

Back to archive index

Minahito minah****@users*****
2005年 12月 28日 (水) 12:50:18 JST


Index: xoops2jp/html/modules/legacyRender/admin/templates/help.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/help.html:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/templates/help.html:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/templates/help.html:1.1.2.1	Sun Dec 25 19:49:57 2005
+++ xoops2jp/html/modules/legacyRender/admin/templates/help.html	Wed Dec 28 12:50:18 2005
@@ -1,27 +1,30 @@
-<h2><{$smarty.const._MD_A_LEGACYRENDER_LANG_HELP}></h2>
+<h3>&raquo; <{$smarty.const._MD_A_LEGACYRENDER_LANG_HELP}></h3>
 
-<h3><{$smarty.const._MD_A_LEGACYRENDER_LANG_GETTING_START}></h3>
+<h4><{$smarty.const._MD_A_LEGACYRENDER_LANG_GETTING_START}></h4>
 <ul>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_GETTING_START_DESC1}></li>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_GETTING_START_DESC2}></li>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_GETTING_START_DESC3}></li>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_GETTING_START_DESC4}></li>
 </ul>
+<br /><br />
 
-<h3><{$smarty.const._MD_A_LEGACYRENDER_LANG_GET_THEME}></h3>
+<h4><{$smarty.const._MD_A_LEGACYRENDER_LANG_GET_THEME}></h4>
 <ul>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_GET_THEME_DESC1}></li>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_GET_THEME_DESC2}></li>
 </ul>
+<br /><br />
 
-<h3><{$smarty.const._MD_A_LEGACYRENDER_LANG_UPLOAD}></h3>
+<h4><{$smarty.const._MD_A_LEGACYRENDER_LANG_UPLOAD}></h4>
 <ul>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_UPLOAD_DESC1}></li>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_UPLOAD_DESC2}></li>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_UPLOAD_DESC3}></li>
 </ul>
+<br /><br />
 
-<h3><{$smarty.const._MD_A_LEGACYRENDER_LANG_UNINSTALL}></h3>
+<h4><{$smarty.const._MD_A_LEGACYRENDER_LANG_UNINSTALL}></h4>
 <ul>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_UNINSTALL_DESC1}></li>
 	<li><{$smarty.const._MD_A_LEGACYRENDER_UNINSTALL_DESC2}></li>
Index: xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.1	Sun Dec 25 19:49:47 2005
+++ xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html	Wed Dec 28 12:50:18 2005
@@ -1,49 +1,47 @@
-<table>
-	<tr>
-		<th>
-			<{$smarty.const._MD_A_LEGACYRENDER_LANG_THEME}>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_LEGACYRENDER_LANG_MANIFESTO}>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_LEGACYRENDER_LANG_CONTROL}>
-		</th>
-	</tr>
-	<{foreach item=theme from=$themes}>
-		<tr class="<{cycle values="odd,even"}>">
-			<td align="center">
-				<{if $theme->ScreenShot}>
-					<img src="<{$smarty.const.XOOPS_THEME_URL}>/<{$theme->mDirName}>/<{$theme->ScreenShot}>" alt="<{$theme->mFile}>" width="120" height="90" /><br/>
-				<{/if}>
-				<!--- Sorry, please modify the following line --->
-				<b><{$theme->mDirName}></b>
-			</td>
-			<td>
-				<{if $theme->mManifesto}>
-					<ul>
-						<li><{$smarty.const._MD_A_LEGACYRENDER_LANG_VERSION}> <{$theme->mManifesto.Manifesto.Version}></li>
-						<li><{$smarty.const._MD_A_LEGACYRENDER_LANG_AUTHOR}> <{$theme->mManifesto.Theme.Author}></li>
-						<li><{$smarty.const._MD_A_LEGACYRENDER_LANG_W3C}> <{$theme->mManifesto.Theme.W3C}></li>
-						<li><{$theme->mManifesto.Theme.Description}></li>
-						<{if $theme->mManifesto.Manifesto.Url}>
-							<li><a href="<{$theme->mManifesto.Manifesto.Url}>"><{$smarty.const._MD_A_LEGACYRENDER_LANG_GET_ADDRESS}></a></li>
-						<{/if}>
-					</ul>
-				<{else}>
-					<{$smarty.const._MD_A_LEGACYRENDER_MESSAGE_NO_MANIFESTO}>
-				<{/if}>
-			</td>
-			<td>
-				<{if $currentThemeName!=$theme->mDirName}>
-					<form action="index.php" method="post">
-						<{xoops_input type=hidden name=theme_name value=$theme->mDirName}>
-						<input type="submit" value="*SELECT*" />
-					</form>
-				<{/if}>
-				<img src="<{$xoops_url}>/modules/system/images/install.gif" alt="<{$smarty.const._MD_A_LEGACYRENDER_LANG_INSTALL}>" />			
-				<img src="<{$xoops_url}>/modules/system/images/info.gif" alt="<{$smarty.const._MD_A_LEGACYRENDER_LANG_INFORMATION}>" />			
-			</td>
-		</tr>
-	<{/foreach}>
+<h3>&raquo; <{$smarty.const._MD_A_LEGACYRENDER_LANG_THEME_ADMIN}></h3>
+
+<table classs="outer" cellspacing="1">
+  <tr>
+    <th><{$smarty.const._MD_A_LEGACYRENDER_LANG_THEME}></th>
+    <th><{$smarty.const._MD_A_LEGACYRENDER_LANG_MANIFESTO}></th>
+    <th><{$smarty.const._MD_A_LEGACYRENDER_LANG_CONTROL}></th>
+  </tr>
+  <{foreach item=theme from=$themes}>
+    <tr class="<{cycle values="odd,even"}>">
+      <td align="center">
+        <{if $theme->ScreenShot}>
+          <img src="<{$smarty.const.XOOPS_THEME_URL}>/<{$theme->mDirName}>/<{$theme->ScreenShot}>" alt="<{$theme->mFile}>" width="120" height="90" /><br/>
+        <{/if}>
+        <!--- Sorry, please modify the following line --->
+        <b><{$theme->mDirName}></b>
+      </td>
+      <td>
+        <{if $theme->mManifesto}>
+          <ul>
+            <li><{$smarty.const._MD_A_LEGACYRENDER_LANG_VERSION}> <{$theme->mManifesto.Manifesto.Version}></li>
+            <li><{$smarty.const._MD_A_LEGACYRENDER_LANG_AUTHOR}> <{$theme->mManifesto.Theme.Author}></li>
+            <li><{$smarty.const._MD_A_LEGACYRENDER_LANG_W3C}> <{$theme->mManifesto.Theme.W3C}></li>
+            <li><{$theme->mManifesto.Theme.Description}></li>
+            <{if $theme->mManifesto.Manifesto.Url}>
+              <li><a href="<{$theme->mManifesto.Manifesto.Url}>"><{$smarty.const._MD_A_LEGACYRENDER_LANG_GET_ADDRESS}></a></li>
+            <{/if}>
+          </ul>
+        <{else}>
+          <{$smarty.const._MD_A_LEGACYRENDER_MESSAGE_NO_MANIFESTO}>
+        <{/if}>
+      </td>
+      <td style="text-align:right;">
+        <{if $currentThemeName!=$theme->mDirName}>
+          <form action="index.php" method="post">
+            <{xoops_input type=hidden name=theme_name value=$theme->mDirName}>
+            <input type="submit" value="<{$smarty.const._MD_A_LEGACYRENDER_LANG_SELECT}>" class="formButton" />
+            <img src="<{'icons/info.gif'|theme}>" alt="<{$smarty.const._MD_A_LEGACYRENDER_LANG_INFORMATION}>" align="absmiddle" />
+          </form>
+        <{else}>
+        [ <b style="color:red;"><{$smarty.const._MD_A_LEGACYRENDER_LANG_SELECTED}></b> ]
+        <img src="<{'icons/info.gif'|theme}>" alt="<{$smarty.const._MD_A_LEGACYRENDER_LANG_INFORMATION}>" align="absmiddle" />
+        <{/if}>
+      </td>
+    </tr>
+  <{/foreach}>
 </table>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Back to archive index