Admin HTML Markup Clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-27 12:53:33 +00:00
parent 0634424830
commit 024a234f6a
74 changed files with 732 additions and 838 deletions

View file

@ -10,7 +10,7 @@
<input type="hidden" name="component_name" value="{$component_name}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr class="row2">
<tr>
<th scope="row"><div>{$lang->component_name}</div></th>
<td>{$component->component_name} ver. {$component->version}</td>
</tr>
@ -23,7 +23,7 @@
</td>
</tr>
<!--@if($component->link)-->
<tr class="row2">
<tr>
<th scope="row"><div>{$lang->component_link}</div></th>
<td><a href="#" onclick="winopen('{$component->link}');return false;">{$component->link}</a></td>
</tr>
@ -33,13 +33,13 @@
<tr class="row{$cycle_idx}">
<th scope="row"><div>{$val->title}</div></th>
<td>
<input type="text" name="{$key}" value="{$val->value}" class="inputTypeText w400" />
<input type="text" name="{$key}" value="{$val->value}" />
<p>{$val->description}</p>
</td>
</tr>
<!--@end-->
<tr class="row2">
<tr>
<th scope="row"><div>{$lang->grant}</div></th>
<td>
<!--@foreach($group_list as $key => $val)-->