modify upload page

This commit is contained in:
edshot99 2024-10-31 17:34:51 -05:00
parent 92e1fadd20
commit c8282cd0e7

View File

@ -39,61 +39,11 @@
</div> </div>
</div> </div>
</div> </div>
<div class="flex-grid border-bottom">
<div class="col">
<label class="section-label" for="post_sex_tags">Characters</label>
<div>
Select (and write in) all that apply. Character sex is based only on what is visible in the
image.
</div>
<div><a href="/wiki_pages/tag_what_you_see">
Outside information or other images should not be used when deciding what tags are used.
</a></div>
</div>
<div class="col2">
<div class="flex-wrap">
<image-checkbox :check="check" :checks="checkboxes.selected" v-for="check in checkboxes.sex"
@set="setCheck"
:key="check.name"></image-checkbox>
</div>
<hr>
<div class="flex-wrap">
<image-checkbox :check="check" :checks="checkboxes.selected"
v-for="check in checkboxes.count" @set="setCheck"
:key="check.name"></image-checkbox>
</div>
<hr>
<div class="flex-wrap">
<image-checkbox :check="check" :checks="checkboxes.selected"
v-for="check in checkboxes.pairing" @set="setCheck"
:key="check.name"></image-checkbox>
</div>
<textarea class="tag-textarea" rows="2" v-model="tagEntries.character" id="post_character"
placeholder="Ex: character_name solo_focus etc."
data-autocomplete="tag-edit"></textarea>
</div>
</div>
<div class="flex-grid border-bottom">
<div class="col">
<label class="section-label">Body Types and Species</label>
<div>One listed body type per visible character, listed options are mutually exclusive.</div>
</div>
<div class="col2">
<div class="flex-wrap">
<image-checkbox :check="check" :checks="checkboxes.selected"
v-for="check in checkboxes.body" @set="setCheck"
:key="check.name"></image-checkbox>
</div>
<textarea class="tag-textarea" rows="2" v-model="tagEntries.species" id="post_species"
placeholder="Ex: bear dragon hyena rat newt etc."
data-autocomplete="tag-edit"></textarea>
</div>
</div>
<div class="flex-grid border-bottom"> <div class="flex-grid border-bottom">
<div class="col"> <div class="col">
<label class="section-label">Contentious Content</label> <label class="section-label">Contentious Content</label>
<div> <div>
Fetishes or subjects that other users may find extreme or objectionable. Subjects that other users may find extreme or objectionable.
These allow users to find or blacklist content with ease. Make sure that you are tagging These allow users to find or blacklist content with ease. Make sure that you are tagging
these upon initial upload. these upon initial upload.
</div> </div>
@ -101,14 +51,14 @@
<div class="col2"> <div class="col2">
<textarea class="tag-textarea" v-model="tagEntries.content" id="post_content" rows="2" <textarea class="tag-textarea" v-model="tagEntries.content" id="post_content" rows="2"
data-autocomplete="tag-edit" data-autocomplete="tag-edit"
placeholder="Ex: young gore scat watersports diaper my_little_pony vore not_furry rape hyper etc."></textarea> placeholder="Ex: gore suggestive racism furry etc."></textarea>
</div> </div>
</div> </div>
</template> </template>
<div class="flex-grid border-bottom"> <div class="flex-grid border-bottom">
<div class="col"> <div class="col">
<label class="section-label">Rating</label> <label class="section-label">Rating</label>
<div>Explicit tags include sex, pussy, penis, masturbation, fellatio, etc. <div>
(<a href="/help/ratings" target="_blank">help</a>) (<a href="/help/ratings" target="_blank">help</a>)
</div> </div>
</div> </div>