Updated web content
[ci skip]
This commit is contained in:
parent
44f8c81111
commit
8ad8121772
5 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ if (window.location.search === '?edit_info_mail=sent_ok') {
|
|||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
<th>Adult content</th><td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 12.11.2013</td>
|
||||
|
|
|
@ -18,7 +18,7 @@ Edit info for comic BloodBound
|
|||
<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>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" checked="checked"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
|
|
|
@ -14,13 +14,13 @@ if (window.location.search === '?edit_info_mail=sent_ok') {
|
|||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
<th>Description</th><td>Earth's fate is in the hands of 2 alien races! Luckily 1 of them isn't so bad. Attempting to stop a vicious horde can 2 specially gifted humans (Fenny & Sally) actually turn the tables of balance on this war? Year 2132</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.theduckwebcomics.com/The_Devon_Legacy_Prologue/">http://www.theduckwebcomics.com/The_Devon_Legacy_Prologue/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
<th>Genre</th><td>Sci-fi</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
|
|
|
@ -6,13 +6,13 @@ Edit info for comic DrunkDuck/The_Devon_Legacy_Prologue
|
|||
<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>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Earth's fate is in the hands of 2 alien races! Luckily 1 of them isn't so bad. Attempting to stop a vicious horde can 2 specially gifted humans (Fenny & Sally) actually turn the tables of balance on this war? Year 2132</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.theduckwebcomics.com/The_Devon_Legacy_Prologue/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Sci-fi" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
|
|
|
@ -1584,7 +1584,7 @@ $(document).ready(function() {
|
|||
["<a href=\"comics/DrunkDuck_The_Death_Pact.html\">DrunkDuck/The_Death_Pact</a>", "Other", "English", "ok", "0"],
|
||||
["<a href=\"comics/DrunkDuck_The_Deed.html\">DrunkDuck/The_Deed</a>", "Other", "English", "ok", "0"],
|
||||
["<a href=\"comics/DrunkDuck_The_Demonic_Adventures_of_Angel_Witch_Pita.html\">DrunkDuck/The_Demonic_Adventures_of_A...</a>", "Other", "English", "ok", "0"],
|
||||
["<a href=\"comics/DrunkDuck_The_Devon_Legacy_Prologue.html\">DrunkDuck/The_Devon_Legacy_Prologue</a>", "Other", "English", "ok", "0"],
|
||||
["<a href=\"comics/DrunkDuck_The_Devon_Legacy_Prologue.html\">DrunkDuck/The_Devon_Legacy_Prologue</a>", "Sci-fi", "English", "ok", "0"],
|
||||
["<a href=\"comics/DrunkDuck_The_Dragon_Doctors.html\">DrunkDuck/The_Dragon_Doctors</a>", "Other", "English", "ok", "0"],
|
||||
["<a href=\"comics/DrunkDuck_The_Dragon_Fists_of_Smorty_Smythe.html\">DrunkDuck/The_Dragon_Fists_of_Smorty_...</a>", "Other", "English", "ok", "0"],
|
||||
["<a href=\"comics/DrunkDuck_The_Drunk_Duck_Mafia.html\">DrunkDuck/The_Drunk_Duck_Mafia</a>", "Other", "English", "ok", "0"],
|
||||
|
|
Loading…
Reference in a new issue