Changeset 5961
- Timestamp:
- Mar 22, 2008, 2:44:27 AM (13 years ago)
- Location:
- OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/public_html/xhtml_style.php
r5960 r5961 1212 1212 * 2. descriptionBox(説明ボックス) 1213 1213 *----------------------------------------------------------------------------*/ 1214 # Body.descriptionBox {1214 #Top .descriptionBox { 1215 1215 margin: 0 20px 10px; 1216 1216 } 1217 .descriptionBox p .text{1218 margin: 1em ;1217 .descriptionBox p { 1218 margin: 1em 2em; 1219 1219 } 1220 1220 … … 1238 1238 1239 1239 /*============================================================================== 1240 * 36. buttonLine(ボタンライン) 1241 *----------------------------------------------------------------------------*/ 1242 .buttonLine { 1243 text-align: center; 1244 } 1245 1246 /*============================================================================== 1240 1247 * 1241 1248 *----------------------------------------------------------------------------*/ -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r5958 r5961 6 6 ({* {{{ descriptionBox *}) 7 7 <div class="dparts descriptionBox"><div class="parts"> 8 <p class="text">8 <p> 9 9 ※他のメンバーから見たあなたのページはこのようになります。<br /> 10 10 <br /> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_intro.tpl
r5825 r5961 2 2 <div id="Center"> 3 3 4 ({* {{{ simpleBox *})5 <div class="dparts simpleBox"><div class="parts">4 ({* {{{ descriptionBox *}) 5 <div class="dparts descriptionBox"><div class="parts"> 6 6 <div class="partsHeading"><h3>会員登録</h3></div> 7 7 <div class="block"> … … 11 11 ({* }}} *}) 12 12 13 ({* {{{ simpleBox *})14 <div class="dparts simpleBox"><div class="parts">13 ({* {{{ descriptionBox *}) 14 <div class="dparts descriptionBox"><div class="parts"> 15 15 <div class="partsHeading"><h3>利用規約</h3></div> 16 16 <div class="block"> 17 <p> 17 18 ({if $c_siteadmin != ""}) 18 <p>({$c_siteadmin|t_url2a|nl2br})</p> 19 ({$c_siteadmin|t_url2a|nl2br}) 19 20 ({else}) 20 <p>利用規約は、ただいま準備中です。</p> 21 利用規約は、ただいま準備中です。 21 22 ({/if}) 23 </p> 22 24 </div> 23 25 </div></div> 24 26 ({* }}} *}) 25 27 26 ({* #2036 *})<!-- ******ここから:同意して登録手続きへ****** --> 27 ({* #2036 *})<div align="center"> 28 ({* #2036 *}) 29 ({* #2036 *})({t_form_block m=pc a=page_o_regist_prof}) 30 ({* #2036 *})<input type="hidden" name="mode" value="input"> 31 ({* #2036 *})<input type="hidden" name="sid" value="({$sid})"> 32 ({* #2036 *})<input type="submit" class="submit" value="同意して登録手続きへ"> 33 ({* #2036 *})({/t_form_block}) 34 ({* #2036 *}) 35 ({* #2036 *})</div> 36 ({* #2036 *})<!-- ******ここまで:同意して登録手続きへ****** --> 28 ({* {{{ buttonLine *}) 29 <div class="parts buttonLine"> 30 ({t_form_block m=pc a=page_o_regist_prof}) 31 <input type="hidden" name="mode" value="input" /> 32 <input type="hidden" name="sid" value="({$sid})" /> 33 <input type="submit" class="input_submit" value="同意して登録手続きへ" /> 34 ({/t_form_block}) 35 </div> 36 ({* }}} *}) 37 37 38 38 </div><!-- Center -->
Note: See TracChangeset
for help on using the changeset viewer.