Subversion Repositories oidplus

Rev

Rev 364 | Rev 379 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 364 Rev 366
Line 137... Line 137...
137
echo '<h2>'._L('Step %1: Continue to next step',4).'</h2>';
137
echo '<h2>'._L('Step %1: Continue to next step',4).'</h2>';
138
echo '<p><input type="button" onclick="window.location.href=\'../\'" value="'._L('Continue').'"></p>';
138
echo '<p><input type="button" onclick="window.location.href=\'../\'" value="'._L('Continue').'"></p>';
139
// echo '<p><a href="../">Run the OIDplus system</a></p>';
139
// echo '<p><a href="../">Run the OIDplus system</a></p>';
140
echo '</div>';
140
echo '</div>';
141
 
141
 
-
 
142
echo '<br><br><br>';
-
 
143
 
142
echo '</body>';
144
echo '</body>';
143
echo '</html>';
145
echo '</html>';
144
146