Changeset 4380

Show
Ignore:
Timestamp:
08/24/07 01:37:13 (3 years ago)
Author:
inureyes
Message:

#648

  • 키로그 관련 스킨 수정.
  • 차후에 핸들링 플러그인이 없으면 안내를 넣어주어야 할 듯 합니다.
  • CSS는 그라피티에님께 화이팅~
Location:
trunk/skin
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/skin/coolant/skin.html

    r4357 r4380  
    3131            <li class="tab_tag"><a href="[##_taglog_link_##]">Tag List</a></li> 
    3232            <li class="tab_location"><a href="[##_localog_link_##]">Location Log</a></li> 
     33            <li class="tab_keyword"><a href="[##_blog_link_##]keylog">Keywords</a></li> 
    3334            <li class="tab_guestbook"><a href="[##_guestbook_link_##]">Guest Book</a></li> 
    3435        </ul> 
     
    9899            </div> 
    99100            </s_tblist> 
     101 
     102            <s_local> 
     103            <div id="location"> 
     104                <div class="subject"> 
     105                    <h2><a href="[##_location_link_##]">Location Log</a></h2> 
     106                    <p>Where my posts are related to</p> 
     107                </div> 
     108                <dl> 
     109                    <s_local_spot_rep> 
     110                    <dt><span class="dent[##_local_spot_depth_##]" style="margin-left: [##_local_spot_depth_##]px">[##_local_spot_##]</span></dt> 
     111                    </s_local_spot_rep> 
     112 
     113                    <s_local_info_rep> 
     114                    <dd> 
     115                        <span style="margin-left: [##_local_info_depth_##]px"><a href="[##_local_info_link_##]">[##_local_info_title_##]</a></span> 
     116                        <!-- <cite class="localAuthor">by [##_local_info_author_##]</cite> --> 
     117                    </dd> 
     118                    </s_local_info_rep> 
     119                </dl> 
     120            </div> 
     121            </s_local> 
     122 
     123            <s_tag> 
     124            <div id="taglog"> 
     125                <div class="subject"> 
     126                    <h2><a href="[##_taglog_link_##]">Tag Cloud</a></h2> 
     127                    <p>Keywords with size based on popularity</p> 
     128                </div> 
     129                <ul> 
     130                    <s_tag_rep> 
     131                    <li><a href="[##_tag_link_##]" class="[##_tag_class_##]">[##_tag_name_##]</a></li> 
     132                    </s_tag_rep> 
     133                </ul> 
     134            </div> 
     135            </s_tag> 
     136 
     137            <s_guest> 
     138            <div id="guestBook"> 
     139                <div class="subject"> 
     140                    <h2><a href="[##_guestbook_link_##]">Guest Book</a></h2> 
     141                    <p>Leave your greetings here</p> 
     142                </div> 
     143                <s_guest_input_form> 
     144                <fieldset> 
     145                    <s_guest_member> 
     146                    <s_guest_form> 
     147                    <div> 
     148                        <input type="text" id="[##_guest_input_name_##]" name="[##_guest_input_name_##]" value="[##_guest_name_##]" maxlength="20" /> 
     149                        <label for="[##_guest_input_name_##]">Your Name <em>(required)</em></label> 
     150                    </div> 
     151                    <div> 
     152                        <input type="password" id="[##_guest_input_password_##]" name="[##_guest_input_password_##]" value="[##_guest_password_##]" /> 
     153                        <label for="[##_guest_input_password_##]">Password <em>(required)</em></label> 
     154                    </div> 
     155                    <div> 
     156                        <input type="text" id="[##_guest_input_homepage_##]" name="[##_guest_input_homepage_##]" value="[##_guest_homepage_##]" /> 
     157                        <label for="[##_guest_input_homepage_##]">Your Website Address</label> 
     158                    </div> 
     159                    </s_guest_form> 
     160                    <div> 
     161                        <input type="checkbox" id="[##_guest_input_is_secret_##]" name="[##_guest_input_is_secret_##]" class="checkbox" value="1" /> 
     162                        <label for="[##_guest_input_is_secret_##]">secret</label> 
     163                    </div> 
     164                    </s_guest_member> 
     165                    <div><textarea name="[##_guest_textarea_body_##]" rows="10" cols="50"></textarea></div> 
     166                    <div class="submit"><input type="submit" value="Submit" onclick="[##_guest_onclick_submit_##]" /></div> 
     167                </fieldset> 
     168                </s_guest_input_form> 
     169 
     170                <s_guest_container> 
     171                <div class="list"> 
     172                    <ol> 
     173                        <s_guest_rep> 
     174                        <li id="[##_guest_rep_id_##]" class="[##_guest_rep_class_##]"> 
     175                            <p class="author"> 
     176                                <cite><strong>[##_guest_rep_name_##]</strong></cite> 
     177                                <span class="command"> 
     178                                    [##_guest_rep_date_##] 
     179                                    <a href="#" onclick="[##_guest_rep_onclick_delete_##]" title="수정/삭제하기"><abbr title="Modify or Delete">M/D</abbr></a>  
     180                                    <a href="#" onclick="[##_guest_rep_onclick_reply_##]" title="답변 달기">Reply</a> 
     181                                    <a href="[##_guest_rep_link_##]" title="퍼머링크">Permalink</a> 
     182                                </span> 
     183                            </p> 
     184                            <p>[##_guest_rep_desc_##]</p> 
     185 
     186                            <s_guest_reply_container> 
     187                            <ol> 
     188                                <s_guest_reply_rep> 
     189                                <li id="[##_guest_rep_id_##]" class="[##_guest_rep_class_##]" title="답변"> 
     190                                    <p class="author"> 
     191                                        <cite><strong>[##_guest_rep_name_##]</strong></cite> 
     192                                        <span class="command"> 
     193                                            [##_guest_rep_date_##] 
     194                                            <a href="#" onclick="[##_guest_rep_onclick_delete_##]" title="수정/삭제하기"><abbr title="Modify or Delete">M/D</abbr></a> 
     195                                            <a href="[##_guest_rep_link_##]" title="퍼머링크">Permalink</a> 
     196                                        </span> 
     197                                    </p> 
     198                                    <p>[##_guest_rep_desc_##]</p> 
     199                                </li> 
     200                                </s_guest_reply_rep> 
     201                            </ol> 
     202                            </s_guest_reply_container> 
     203                        </li> 
     204                        </s_guest_rep> 
     205                    </ol> 
     206                </div> 
     207                </s_guest_container> 
     208            </div> 
     209            </s_guest> 
     210 
     211            <s_keyword> 
     212            <div id="keywords"> 
     213                <div class="subject"> 
     214                    <h2><a href="[##_blog_link_##]keylog">Keywords</a></h2> 
     215                    <p>My keywords</p> 
     216                </div> 
     217                <ul> 
     218                    <s_keyword_rep> 
     219                    <li><a href="#void" onclick="[##_onclick_keyword_##]">[##_keyword_label_##]</a></li> 
     220                    </s_keyword_rep> 
     221                </ul> 
     222            </div> 
     223            </s_keyword> 
    100224 
    101225            <s_keylog_rep> 
     
    288412            </s_article_rep> 
    289413 
    290  
    291             <s_local> 
    292             <div id="location"> 
    293                 <div class="subject"> 
    294                     <h2><a href="[##_location_link_##]">Location Log</a></h2> 
    295                     <p>Where my posts are related to</p> 
    296                 </div> 
    297                 <dl> 
    298                     <s_local_spot_rep> 
    299                     <dt><span class="dent[##_local_spot_depth_##]" style="margin-left: [##_local_spot_depth_##]px">[##_local_spot_##]</span></dt> 
    300                     </s_local_spot_rep> 
    301  
    302                     <s_local_info_rep> 
    303                     <dd> 
    304                         <span style="margin-left: [##_local_info_depth_##]px"><a href="[##_local_info_link_##]">[##_local_info_title_##]</a></span> 
    305                         <!-- <cite class="localAuthor">by [##_local_info_author_##]</cite> --> 
    306                     </dd> 
    307                     </s_local_info_rep> 
    308                 </dl> 
    309             </div> 
    310             </s_local> 
    311  
    312             <s_tag> 
    313             <div id="taglog"> 
    314                 <div class="subject"> 
    315                     <h2><a href="[##_taglog_link_##]">Tag Cloud</a></h2> 
    316                     <p>Keywords with size based on popularity</p> 
    317                 </div> 
    318                 <ul> 
    319                     <s_tag_rep> 
    320                     <li><a href="[##_tag_link_##]" class="[##_tag_class_##]">[##_tag_name_##]</a></li> 
    321                     </s_tag_rep> 
    322                 </ul> 
    323             </div> 
    324             </s_tag> 
    325  
    326             <s_guest> 
    327             <div id="guestBook"> 
    328                 <div class="subject"> 
    329                     <h2><a href="[##_guestbook_link_##]">Guest Book</a></h2> 
    330                     <p>Leave your greetings here</p> 
    331                 </div> 
    332                 <s_guest_input_form> 
    333                 <fieldset> 
    334                     <s_guest_member> 
    335                     <s_guest_form> 
    336                     <div> 
    337                         <input type="text" id="[##_guest_input_name_##]" name="[##_guest_input_name_##]" value="[##_guest_name_##]" maxlength="20" /> 
    338                         <label for="[##_guest_input_name_##]">Your Name <em>(required)</em></label> 
    339                     </div> 
    340                     <div> 
    341                         <input type="password" id="[##_guest_input_password_##]" name="[##_guest_input_password_##]" value="[##_guest_password_##]" /> 
    342                         <label for="[##_guest_input_password_##]">Password <em>(required)</em></label> 
    343                     </div> 
    344                     <div> 
    345                         <input type="text" id="[##_guest_input_homepage_##]" name="[##_guest_input_homepage_##]" value="[##_guest_homepage_##]" /> 
    346                         <label for="[##_guest_input_homepage_##]">Your Website Address</label> 
    347                     </div> 
    348                     </s_guest_form> 
    349                     <div> 
    350                         <input type="checkbox" id="[##_guest_input_is_secret_##]" name="[##_guest_input_is_secret_##]" class="checkbox" value="1" /> 
    351                         <label for="[##_guest_input_is_secret_##]">secret</label> 
    352                     </div> 
    353                     </s_guest_member> 
    354                     <div><textarea name="[##_guest_textarea_body_##]" rows="10" cols="50"></textarea></div> 
    355                     <div class="submit"><input type="submit" value="Submit" onclick="[##_guest_onclick_submit_##]" /></div> 
    356                 </fieldset> 
    357                 </s_guest_input_form> 
    358  
    359                 <s_guest_container> 
    360                 <div class="list"> 
    361                     <ol> 
    362                         <s_guest_rep> 
    363                         <li id="[##_guest_rep_id_##]" class="[##_guest_rep_class_##]"> 
    364                             <p class="author"> 
    365                                 <cite><strong>[##_guest_rep_name_##]</strong></cite> 
    366                                 <span class="command"> 
    367                                     [##_guest_rep_date_##] 
    368                                     <a href="#" onclick="[##_guest_rep_onclick_delete_##]" title="수정/삭제하기"><abbr title="Modify or Delete">M/D</abbr></a>  
    369                                     <a href="#" onclick="[##_guest_rep_onclick_reply_##]" title="답변 달기">Reply</a> 
    370                                     <a href="[##_guest_rep_link_##]" title="퍼머링크">Permalink</a> 
    371                                 </span> 
    372                             </p> 
    373                             <p>[##_guest_rep_desc_##]</p> 
    374  
    375                             <s_guest_reply_container> 
    376                             <ol> 
    377                                 <s_guest_reply_rep> 
    378                                 <li id="[##_guest_rep_id_##]" class="[##_guest_rep_class_##]" title="답변"> 
    379                                     <p class="author"> 
    380                                         <cite><strong>[##_guest_rep_name_##]</strong></cite> 
    381                                         <span class="command"> 
    382                                             [##_guest_rep_date_##] 
    383                                             <a href="#" onclick="[##_guest_rep_onclick_delete_##]" title="수정/삭제하기"><abbr title="Modify or Delete">M/D</abbr></a> 
    384                                             <a href="[##_guest_rep_link_##]" title="퍼머링크">Permalink</a> 
    385                                         </span> 
    386                                     </p> 
    387                                     <p>[##_guest_rep_desc_##]</p> 
    388                                 </li> 
    389                                 </s_guest_reply_rep> 
    390                             </ol> 
    391                             </s_guest_reply_container> 
    392                         </li> 
    393                         </s_guest_rep> 
    394                     </ol> 
    395                 </div> 
    396                 </s_guest_container> 
    397             </div> 
    398             </s_guest> 
    399  
    400414            <s_paging> 
    401415                <div class="paging"> 
  • trunk/skin/coolant/style.css

    r4353 r4380  
    323323#tt-body-location #header .tab_location a, 
    324324#tt-body-tag #header .tab_tag a, 
     325#tt-body-keylog #header .tab_keyword a, 
    325326#tt-body-notice #header .tab_notice a, 
    326327#tt-body-guestbook #header .tab_guestbook a 
  • trunk/skin/standard/skin.html

    r4361 r4380  
    184184                </div><!-- guestbook close --> 
    185185            </s_guest> 
     186 
     187            <s_keyword> 
     188                <div class="keywords"> 
     189                    <h3>키로그</h3> 
     190                    <ul> 
     191                    <s_keyword_rep> 
     192                        <li><a href="#void" onclick="[##_onclick_keyword_##]">[##_keyword_label_##]</a></li> 
     193                    </s_keyword_rep> 
     194                    </ul> 
     195                </div> 
     196            </s_keyword> 
    186197 
    187198            <s_keylog_rep>