Small html cleanup. Spaces to tabs, etc.

This commit is contained in:
robert%accettura.com 2006-11-25 16:18:06 +00:00
parent 4e5c0fb11e
commit 511ee0cc75
4 changed files with 99 additions and 98 deletions

View File

@ -16,7 +16,7 @@
<table id="reporterSearch">
<tr>
<td class="label"><label for="report_description">Description:</label></td>
<td><input id="report_description" name="report_description" type="text" size="35" value="{$report_description}"></td>
<td><input id="report_description" name="report_description" type="text" size="35" value="{$report_description}"></td>
<td rowspan="5">
<table>
<tr>
@ -112,7 +112,7 @@
</td>
</tr>
<tr>
<td></td>
<td></td>
<td colspan="2">
<input id="submit_query" name="submit_query" value="Search" type="submit">
</td>

View File

@ -1,26 +1,27 @@
{if $error != ''}
<p>{$error}</p>
{/if}
<div id="login_leftcol">
<form method="post" action="{$base_url}/app/login/" id="login_form">
<fieldset>
<legend>Login</legend>
{if $error != ''}
<p>{$error}</p>
{/if}
<div>
<label for="username">Username:</label>
<input type="text" name="username" id="username" />
</div>
<div>
<label for="password">Password:</label>
<input type="password" name="password" id="password" />
</div>
<div>
<input type="submit" name="do_login" id="do_login" value="Login" />
</div>
</fieldset>
</form>
<form method="post" action="{$base_url}/app/login/" id="login_form">
<fieldset>
<legend>Login</legend>
<div>
<label for="username">Username:</label>
<input type="text" name="username" id="username" />
</div>
<div>
<label for="password">Password:</label>
<input type="password" name="password" id="password" />
</div>
<div>
<input type="submit" name="do_login" id="do_login" value="Login" />
</div>
</fieldset>
</form>
</div>
<div id="login_rightcol">
<p>If you need access to this system, contact <a href="http://robert.accettura.com/contact">Robert Accettura</a>.</p>
<p>Login Access is only given in special circumstances.</p>
<p>If you need login access to this system, contact <a href="http://robert.accettura.com/contact/?subject=Reporter%20Access%20Request">Robert Accettura</a>.</p>
<p><strong>Note:</strong> Login Access is only given in special circumstances.</p>
</div>
<br style="clear: both;" />

View File

@ -2,14 +2,14 @@
{literal}
<script type="text/javascript">
function show(aItem){
if(aItem == 'data'){
document.getElementById('report_screenshot').style.display = 'none';
document.getElementById('report_data').style.display = '';
} else {
document.getElementById('report_screenshot').innerHTML="<img src=\"screenshot/?report_id={/literal}{$report_id}{literal}\" alt=\"Screenshot for {/literal}{$report_id}{literal}\" id=\"screenshot\" />";
document.getElementById('report_screenshot').style.display = '';
document.getElementById('report_data').style.display = 'none';
}
if(aItem == 'data'){
document.getElementById('report_screenshot').style.display = 'none';
document.getElementById('report_data').style.display = '';
} else {
document.getElementById('report_screenshot').innerHTML="<img src=\"screenshot/?report_id={/literal}{$report_id}{literal}\" alt=\"Screenshot for {/literal}{$report_id}{literal}\" id=\"screenshot\" />";
document.getElementById('report_screenshot').style.display = '';
document.getElementById('report_data').style.display = 'none';
}
}
</script>
{/literal}
@ -18,16 +18,16 @@ function show(aItem){
{literal}
<style type="text/css">
#report_tabs ul li {
display: inline;
border: 1px solid #ccc;
background: 1px solid #eee;
padding: 0.5em; 2em;
margin: 0.5em; 4em;
display: inline;
border: 1px solid #ccc;
background: 1px solid #eee;
padding: 0.5em; 2em;
margin: 0.5em; 4em;
}
#report_screenshot {
margin: 0 auto 0 auto;
text-align: center;
margin: 0 auto 0 auto;
text-align: center;
}
</style>
{/literal}
@ -70,7 +70,7 @@ function show(aItem){
<div class="data">{$report_platform}</div>
</div>
<div>
<div class="title">OS/CPU:</div>
<div class="title">OS/CPU:</div>
<div class="data">{$report_oscpu}</div>
</div>
<div>
@ -116,65 +116,65 @@ function show(aItem){
{/if}
</ul>
</div>
{/if}
{/if}
</div>
<div id="reportNavigation">
<p>
{if $showReportNavigation == true}
<strong>Report List ({$index+1} of {$total}):</strong> &nbsp;
{strip}
{if $first_report != 'disable'}
<a href="{$base_url}/app/report/?report_id={$first_report}&amp;{$nav_continuity_params}" accesskey="f" title="First Report in List (Access Key 'F')">
{/if}
First
{if $first_report != 'disable'}
</a>
{/if}
{/strip}
<p>
{if $showReportNavigation == true}
<strong>Report List ({$index+1} of {$total}):</strong> &nbsp;
{strip}
{if $first_report != 'disable'}
<a href="{$base_url}/app/report/?report_id={$first_report}&amp;{$nav_continuity_params}" accesskey="f" title="First Report in List (Access Key 'F')">
{/if}
First
{if $first_report != 'disable'}
</a>
{/if}
{/strip}
|
|
{strip}
{if $previous_report != 'disable'}
<a href="{$base_url}/app/report/?report_id={$previous_report}&amp;{$nav_continuity_params}" accesskey="p" title="Previous Report in List (Access Key 'p')">
{/if}
Previous
{if $previous_report != 'disable'}
</a>
{/if}
{/strip}
{strip}
{if $previous_report != 'disable'}
<a href="{$base_url}/app/report/?report_id={$previous_report}&amp;{$nav_continuity_params}" accesskey="p" title="Previous Report in List (Access Key 'p')">
{/if}
Previous
{if $previous_report != 'disable'}
</a>
{/if}
{/strip}
|
|
{strip}
{if $next_report != 'disable'}
<a href="{$base_url}/app/report/?report_id={$next_report}&amp;{$nav_continuity_params}" accesskey="n" title="Next Report in List (Access Key 'N')">
{/if}
Next
{if $next_report != 'disable'}
</a>
{/if}
{/strip}
{strip}
{if $next_report != 'disable'}
<a href="{$base_url}/app/report/?report_id={$next_report}&amp;{$nav_continuity_params}" accesskey="n" title="Next Report in List (Access Key 'N')">
{/if}
Next
{if $next_report != 'disable'}
</a>
{/if}
{/strip}
|
|
{strip}
{if $last_report != 'disable'}
<a href="{$base_url}/app/report/?report_id={$last_report}&amp;{$nav_continuity_params}" accesskey="l" title="Last Report in List (Access Key 'L')">
{/if}
Last
{if $last_report != 'disable'}
</a>
{/if}
{/strip}
{strip}
{if $last_report != 'disable'}
<a href="{$base_url}/app/report/?report_id={$last_report}&amp;{$nav_continuity_params}" accesskey="l" title="Last Report in List (Access Key 'L')">
{/if}
Last
{if $last_report != 'disable'}
</a>
{/if}
{/strip}
|
|
{/if}
<a href="{$base_url}/app/query/?{$nav_continuity_params}" accesskey="b" title="Back to the Query List (Access Key 'B')">Back To List</a>
{/if}
<a href="{$base_url}/app/query/?{$nav_continuity_params}" accesskey="b" title="Back to the Query List (Access Key 'B')">Back To List</a>
|
<a href="{$base_url}/app/" accesskey="q" title="New Search (Access Key 'Q')">New Search</a>
</p>
|
<a href="{$base_url}/app/" accesskey="q" title="New Search (Access Key 'Q')">New Search</a>
</p>
</div>
{/if}

View File

@ -28,27 +28,27 @@
<div class="title">By Platform:</div>
<div class="data">
<table>
{section name=sys loop=$platform}
{section name=sys loop=$platform}
<tr>
<td>{$platform[sys].report_platform}</td>
<td>{$platform[sys].report_platform}</td>
<td>{$platform[sys].total}</td>
</tr>
{/section}
</table>
</div>
{/section}
</table>
</div>
</div>
<div>
<div class="title">By Product:</div>
<div class="data">
<table>
{section name=prod loop=$product}
{section name=prod loop=$product}
<tr>
<td>{$product[prod].report_product}</td>
<td>{$product[prod].report_product}</td>
<td>{$product[prod].total}</td>
</tr>
{/section}
</table>
</div>
{/section}
</table>
</div>
</div>
</div>