pjs/profile/resources/errorDialog.html

48 строки
606 B
HTML
Исходник Обычный вид История

1999-05-19 08:22:42 +04:00
<html>
<script>
function GoBack()
{
1999-06-12 04:33:28 +04:00
//dump("************Inside GoBack\n");
1999-05-19 08:22:42 +04:00
// Load this xul to see the updated profile list
this.location.replace("resource:/res/profile/profileManager.html");
1999-06-12 04:33:28 +04:00
//dump("************Loading main page again **********\n");
1999-05-19 08:22:42 +04:00
}
</script>
<body>
<table>
<tr>
<td>
1999-06-12 04:33:28 +04:00
Please select a valid profile first.
1999-05-19 08:22:42 +04:00
</td>
</tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>
<input name=backButton type="button" value="Back " onclick="GoBack();">
</td>
</tr>
</table>
</body>
</html>