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

@ -54,7 +54,7 @@
$security->encodeHTML('skin_list..title');
// Sample Code
Context::set('sample_code', htmlspecialchars('<form action="{getUrl()}" method="get"><input type="hidden" name="vid" value="{$vid}" /><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" name="is_keyword" class="inputTypeText" value="{$is_keyword}" /><span class="btn"><input type="submit" value="{$lang->cmd_search}" /></span></form>') );
Context::set('sample_code', htmlspecialchars('<form action="{getUrl()}" method="get"><input type="hidden" name="vid" value="{$vid}" /><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" name="is_keyword" value="{$is_keyword}" /><span class="btn"><input type="submit" value="{$lang->cmd_search}" /></span></form>') );
$this->setTemplateFile("index");
}

View file

@ -10,10 +10,10 @@
<input type="hidden" name="target_module_srl" id="target_module_srl" value="{$config->target_module_srl}" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr class="row2">
<tr>
<th scope="row">{$lang->sample_code}</th>
<td class="wide">
<textarea class="inputTypeTextArea fullWidth" readonly="readonly">{$sample_code}</textarea>
<td >
<textarea readonly="readonly">{$sample_code}</textarea>
<p>{$lang->about_sample_code}</p>
</td>
</tr>
@ -28,7 +28,7 @@
<p>{$lang->about_skin}</p>
</td>
</tr>
<tr class="row2">
<tr>
<th scope="row">{$lang->target}</th>
<td>
<select name="target">

View file

@ -12,9 +12,9 @@
<table width="100%" border="1" cellspacing="0">
<tr>
<th scope="row">{$lang->skin}</th>
<td class="wide" >{$skin_info->title}</td>
<td >{$skin_info->title}</td>
</tr>
<tr class="row2">
<tr>
<th scope="row">{$lang->skin_author}</th>
<td>
<!--@foreach($skin_info->author as $author)-->
@ -26,7 +26,7 @@
<th scope="row">{$lang->homepage}</th>
<td><a href="{$skin_info->homepage}" onclick="window.open(this.href);return false;">{$skin_info->homepage}</a>&nbsp;</td>
</tr>
<tr class="row2">
<tr>
<th scope="row">{$lang->date}</th>
<td>{zdate($skin_info->date, 'Y-m-d')}</td>
</tr>
@ -40,7 +40,7 @@
&nbsp;
</td>
</tr>
<tr class="row2">
<tr>
<th scope="row">{$lang->description}</th>
<td>{nl2br($skin_info->description)}</td>
</tr>
@ -51,7 +51,7 @@
<table width="100%" border="1" cellspacing="0">
<tr valign="top">
<th scope="row">{$lang->colorset}</th>
<td class="wide">
<td >
<!--@foreach($skin_info->colorset as $key => $val)-->
<!--@if($val->screenshot)-->
{@ $_img_info = getImageSize($val->screenshot); $_height = $_img_info[1]+40; $_width = $_img_info[0]+20; $_talign = "center"; }
@ -81,15 +81,15 @@
<caption>{$group}</caption>
<!--@end-->
<tr class="row2">
<tr>
<th scope="row">{$val->title}</th>
<td class="wide">
<td >
<!--@if($val->type=="text")-->
<!--@if(!$val->value)-->{@ $val->value = $val->default}<!--@endif-->
<input type="text" name="{$val->name}" value="{$val->value}" class="inputTypeText w400" />
<input type="text" name="{$val->name}" value="{$val->value}" />
<!--@elseif($val->type=="textarea")-->
<textarea name="{$val->name}" class="inputTypeTextArea w400">{$val->value}</textarea>
<textarea name="{$val->name}">{$val->value}</textarea>
<!--@elseif($val->type=="select")-->
<select name="{$val->name}">