misc: MainControlBar에 붙은 class 정리

This commit is contained in:
2023-03-20 01:02:41 +09:00
parent ecc375ef41
commit f8f8ef7dd3
+26 -44
View File
@@ -1,59 +1,43 @@
<template> <template>
<div class="controlBar"> <div class="controlBar">
<a href="v_board.php" :class="`commandButton btn btn-sammo-nation ${myLevel >= 1 ? '' : 'disabled'}`">회 의 실</a> <a href="v_board.php" :class="`btn btn-sammo-nation ${myLevel >= 1 ? '' : 'disabled'}`">회 의 실</a>
<a <a href="v_board.php?isSecret=true" :class="`${permission >= 2 ? '' : 'disabled'} btn btn-sammo-nation`"
href="v_board.php?isSecret=true"
:class="`commandButton ${permission >= 2 ? '' : 'disabled'} btn btn-sammo-nation`"
>기 밀 실</a >기 밀 실</a
> >
<a <a href="v_troop.php" :class="`${myLevel >= 1 && nationLevel >= 1 ? '' : 'disabled'} btn btn-sammo-nation`"
href="v_troop.php"
:class="`commandButton ${myLevel >= 1 && nationLevel >= 1 ? '' : 'disabled'} btn btn-sammo-nation`"
>부대 편성</a >부대 편성</a
> >
<a href="t_diplomacy.php" :class="`commandButton ${showSecret ? '' : 'disabled'} btn btn-sammo-nation`">외 교 부</a> <a href="t_diplomacy.php" :class="`${showSecret ? '' : 'disabled'} btn btn-sammo-nation`">외 교 부</a>
<a href="b_myBossInfo.php" :class="`commandButton ${myLevel >= 1 ? '' : 'disabled'} btn btn-sammo-nation`" <a href="b_myBossInfo.php" :class="`${myLevel >= 1 ? '' : 'disabled'} btn btn-sammo-nation`">인 사 부</a>
>인 사 부</a <a href="v_nationStratFinan.php" :class="`${showSecret ? '' : 'disabled'} btn btn-sammo-nation`">내 무 부</a>
> <a href="v_chiefCenter.php" :class="`${showSecret ? '' : 'disabled'} btn btn-sammo-nation`">사 령 부</a>
<a href="v_nationStratFinan.php" :class="`commandButton ${showSecret ? '' : 'disabled'} btn btn-sammo-nation`" <a href="v_NPCControl.php" :class="`${showSecret ? '' : 'disabled'} btn btn-sammo-nation`">NPC 정책</a>
>내 무 부</a <a href="b_genList.php" target="_blank" :class="`btn btn-sammo-nation ${showSecret ? '' : 'disabled'}`"
>
<a href="v_chiefCenter.php" :class="`commandButton ${showSecret ? '' : 'disabled'} btn btn-sammo-nation`"
>사 령 부</a
>
<a href="v_NPCControl.php" :class="`commandButton ${showSecret ? '' : 'disabled'} btn btn-sammo-nation`"
>NPC 정책</a
>
<a
href="b_genList.php"
target="_blank"
:class="`open-window commandButton btn btn-sammo-nation ${showSecret ? '' : 'disabled'}`"
>암 행 부</a >암 행 부</a
> >
<a href="b_tournament.php" target="_blank" :class="['commandButton btn', isTournamentApplicationOpen?'btn-sammo-base2':'btn-sammo-nation']">토 너 먼 트</a>
<a href="b_myKingdomInfo.php" :class="`commandButton btn btn-sammo-nation ${myLevel >= 1 ? '' : 'disabled'}`"
>세력 정보</a
>
<a <a
href="b_myCityInfo.php" href="b_tournament.php"
:class="`commandButton btn btn-sammo-nation ${myLevel >= 1 && nationLevel >= 1 ? '' : 'disabled'}`" target="_blank"
:class="['btn', isTournamentApplicationOpen ? 'btn-sammo-base2' : 'btn-sammo-nation']"
>토 너 먼 트</a
>
<a href="b_myKingdomInfo.php" :class="`btn btn-sammo-nation ${myLevel >= 1 ? '' : 'disabled'}`">세력 정보</a>
<a href="b_myCityInfo.php" :class="`btn btn-sammo-nation ${myLevel >= 1 && nationLevel >= 1 ? '' : 'disabled'}`"
>세력 도시</a >세력 도시</a
> >
<a href="v_nationGeneral.php" :class="`commandButton btn btn-sammo-nation ${myLevel >= 1 ? '' : 'disabled'}`" <a href="v_nationGeneral.php" :class="`btn btn-sammo-nation ${myLevel >= 1 ? '' : 'disabled'}`">세력 장수</a>
>세력 장수</a <a href="v_globalDiplomacy.php" class="btn btn-sammo-nation">중원 정보</a>
> <a href="b_currentCity.php" class="btn btn-sammo-nation">현재 도시</a>
<a href="v_globalDiplomacy.php" class="commandButton btn btn-sammo-nation">중원 정보</a>
<a href="b_currentCity.php" class="commandButton btn btn-sammo-nation">현재 도시</a>
<a <a
href="v_battleCenter.php" href="v_battleCenter.php"
target="_blank" target="_blank"
:class="`open-window commandButton btn btn-sammo-nation ${showSecret ? '' : 'disabled'}`" :class="`btn btn-sammo-nation ${showSecret ? '' : 'disabled'}`"
>감 찰 부</a >감 찰 부</a
> >
<a href="v_inheritPoint.php" class="commandButton btn btn-sammo-nation">유산 관리</a> <a href="v_inheritPoint.php" class="btn btn-sammo-nation">유산 관리</a>
<a href="b_myPage.php" class="commandButton btn btn-sammo-nation">내 정보&amp;설정</a> <a href="b_myPage.php" class="btn btn-sammo-nation">내 정보&amp;설정</a>
<div class="btn-group"> <div class="btn-group">
<a href="v_auction.php" target="_blank" class="open-window commandButton btn btn-sammo-nation">경 매 장</a> <a href="v_auction.php" target="_blank" class="btn btn-sammo-nation">경 매 장</a>
<button <button
type="button" type="button"
class="btn btn-sammo-nation dropdown-toggle dropdown-toggle-split" class="btn btn-sammo-nation dropdown-toggle dropdown-toggle-split"
@@ -64,19 +48,17 @@
</button> </button>
<ul class="dropdown-menu dropdown-menu-end"> <ul class="dropdown-menu dropdown-menu-end">
<li> <li>
<a href="v_auction.php" target="_blank" class="open-window commandButton dropdown-item">금/쌀 경매장</a> <a href="v_auction.php" target="_blank" class="dropdown-item">금/쌀 경매장</a>
</li> </li>
<li> <li>
<a href="v_auction.php?type=unique" target="_blank" class="open-window commandButton dropdown-item" <a href="v_auction.php?type=unique" target="_blank" class="dropdown-item">유니크 경매장</a>
>유니크 경매장</a
>
</li> </li>
</ul> </ul>
</div> </div>
<a <a
href="b_betting.php" href="b_betting.php"
target="_blank" target="_blank"
:class="['commandButton btn', props.isBettingActive ? 'btn-sammo-base2' : 'btn-sammo-nation']" :class="['btn', props.isBettingActive ? 'btn-sammo-base2' : 'btn-sammo-nation']"
>베 팅 장</a >베 팅 장</a
> >
</div> </div>