Updated
[ci skip]
This commit is contained in:
parent
6145cf3852
commit
b95586d229
2 changed files with 0 additions and 81 deletions
|
@ -1,49 +0,0 @@
|
|||
title: GoComics/PoorlyDrawnLines
|
||||
url: "/comics/GoComics_PoorlyDrawnLines.html"
|
||||
---
|
||||
Dosage comic GoComics/PoorlyDrawnLines
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.gocomics.com/poorly-drawn-lines">http://www.gocomics.com/poorly-drawn-lines</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 23.12.2013</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="GoComics_PoorlyDrawnLines"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](GoComics_PoorlyDrawnLines_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit GoComics/PoorlyDrawnLines
|
||||
url: "/comics/GoComics_PoorlyDrawnLines_edit.html"
|
||||
---
|
||||
Edit info for comic GoComics/PoorlyDrawnLines
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.gocomics.com/poorly-drawn-lines" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="GoComics_PoorlyDrawnLines" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](GoComics_PoorlyDrawnLines.html).
|
Loading…
Reference in a new issue