User:Mirv/deletion source

From Wikipedia, the free encyclopedia

The HTML source for the delete confirmation box:

Classic skin[edit]

which is what I use

<div id='article'>
<span oncontextmenu='document.location="/w/wiki.phtml?title=User_talk:Mirv&action=edit&section=0";return false;'><h1 class="pagetitle">Confirm delete</h1></span><p class='subtitle'>(Deleting "User talk:Mirv")</p>
<b>Warning: The page you are about to delete has a history: <a href="/w/wiki.phtml?title=User_talk:Mirv&action=history" title ="User talk:Mirv">Page history</a></b><p>You are about to permanently delete a page or image along with all of its history from the database. Please confirm that you
intend to do this, that you understand the consequences, and that you are doing this in accordance with <a href="
/wiki/Wikipedia:Deletion_policy" title="Wikipedia:Deletion policy">Wikipedia:Deletion policy</a>.</p>


<form id='deleteconfirm' method='post' action="/w/wiki.phtml?title=User_talk:Mirv&action=delete">
	<table border='0'>
		<tr>
			<td align='right'>
				<label for='wpReason'>Reason for deletion:</label>
			</td>
			<td align='left'>
				<input type='text' size='60' name='wpReason' id='wpReason' value="" />

			</td>
		</tr>
		<tr>
			<td> </td>
		</tr>
		<tr>
			<td align='right'>
				<input type='checkbox' name='wpConfirm' value='1' id='wpConfirm' />
			</td>

			<td>
				<label for='wpConfirm'>Yes, I really want to delete this.</label>
			</td>
		</tr>
		<tr>
			<td> </td>
			<td>
				<input type='submit' name='wpConfirmB' value="Confirm" />

			</td>
		</tr>
	</table>
</form>

Monobook skin[edit]

	    <div id="contentSub">(Deleting "User talk:Mirv")</div>
	    
	    
	    <!-- start content -->
	    <b>Warning: The page you are about to delete has a history: <a href="/w/wiki.phtml?title=User_talk:Mirv&action=history" title ="User talk:Mirv">Page history</a></b><p>You are about to permanently delete a page or image along with all of its history from the database. Please confirm that you
intend to do this, that you understand the consequences, and that you are doing this in accordance with <a href="
/wiki/Wikipedia:Deletion_policy" title="Wikipedia:Deletion policy">Wikipedia:Deletion policy</a>.</p>


<form id='deleteconfirm' method='post' action="/w/wiki.phtml?title=User_talk:Mirv&action=delete">
	<table border='0'>

		<tr>
			<td align='right'>
				<label for='wpReason'>Reason for deletion:</label>
			</td>
			<td align='left'>
				<input type='text' size='60' name='wpReason' id='wpReason' value="" />
			</td>
		</tr>

		<tr>
			<td> </td>
		</tr>
		<tr>
			<td align='right'>
				<input type='checkbox' name='wpConfirm' value='1' id='wpConfirm' />
			</td>
			<td>
				<label for='wpConfirm'>Yes, I really want to delete this.</label>

			</td>
		</tr>
		<tr>
			<td> </td>
			<td>
				<input type='submit' name='wpConfirmB' value="Confirm" />
			</td>
		</tr>
	</table>

</form>