home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
FAQ
/
discus_admin_1357211388
/
template
/
admin
/
indxerr.tmpl
< prev
next >
Wrap
Text File
|
2009-11-06
|
3KB
|
87 lines
# FILE: indxerr.tmpl
# DESCRIPTION: Indexing error (duplicate files)
# Copyright (c) 2002, DiscusWare, LLC, all rights reserved
# -------------------------------------------------------------------------------------------
<!--BEGIN-->
<html>
<head>
<title>Indexing Error - Duplicate Files Detected</title>
<style>
body { font: 10pt verdana,arial,helvetica }
p { margin-left: 2pt; }
p.note { font: 14pt Verdana,Arial,Helvetica; text-align: center; margin-bottom: 0pt; }
p.head { font: bold 10pt Verdana,Arial,Helvetica; border-bottom: thin #0000aa solid; margin-right: 20pt;}
p.drop { font: bold 10pt Verdana,Arial,Helvetica; margin-left: 2pt; margin-top: 1pt;}
p.blbar {margin-left: 0pt; font: 11pt verdana,arial,helvetica; color: #ffff00; background-color: #000000; width: 100% }
.surround {border: thin black inset; width: 100%; font: 10pt verdana,arial,helvetica }
p.rdbar {margin-left: 0pt; font: 11pt verdana,arial,helvetica; color: #000000; background-color: #ffcccc; width: 100% }
.rdsurround {border: thin red inset; width: 100%; font: 10pt verdana,arial,helvetica }
.normal {font: 10pt verdana,arial,helvetica}
.comment {font: 9pt verdana,arial,helvetica; margin-left: 20pt; }
td.bb {font: bold 9pt verdana,arial,helvetica; }
td.nb {font: 9pt verdana,arial,helvetica; }
</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000FF" vlink="#0000FF">
<p class="note">Duplicate Files Detected</p>
<p>
Indexing has detected that there
<#if $general->{count} == 1#>
is 1 occurrence
<#else#>
are $general->{count} occurrences
<#endif#>
of duplicated page numbers on your board.
</p>
<ul>
<#foreach $file (@list)#>
<li>$file->{filename}</li>
<#endloop#>
</ul>
<p>
If you are currently in the process of upgrading or performing data recovery, you
may continue without fixing this problem. When you have finished the upgrade, you
should go to Data Recovery, click the "Pages" tab, and run the "Page Rebuild and Cleanup"
utility to fix this problem.
</p>
<p>
If you are reindexing your board manually, you should first fix this problem and then
reindex your board.
</p>
<table>
<tr>
<td valign=top align=center>
<form action="$cgiurl" method="post">
<input type=hidden name="action" value="dr_pgr">
<input type=hidden name="username" value="$arg->{username}">
<input type=hidden name="maint" value="1">
<input type=hidden name="spot" value="0">
<input type=submit value="Fix Now (Recommended)" style="font-weight: bold">
</form>
</td>
<td valign=top align=center>
<form action="$cgiurl" method="post">
<input type=hidden name="menu" value="$arg->{menuaction}">
<input type=hidden name="action" value="dr_indexing">
<input type=hidden name="username" value="$arg->{username}">
<input type=hidden name="tempfile" value="$arg->{tempfile}">
<input type=submit value="Ignore (Fix Later)">
</form>
</td>
</tr>
</table>
</body></html>
<!--END-->