<SCRIPT type="text/javascript"> function setcountdown(theyear,themonth,theday,thehour,themin,thesec){ yr=theyear;mo=themonth;da=theday;hr=thehour;min=themin;sec=thesec } /* For copyright only Count Down - Script Visit http://rainbow.arch.scriptmania.com/scripts/ for this script and many more */ //////////CONFIGURE THE COUNTDOWN SCRIPT HERE////////////////// //STEP 1: Configure the countdown-to date, in the format year, month, day, hour(0=midnight,23=11pm), minutes, seconds: setcountdown(2008,5,8,22,00,00) //STEP 2: Change the two text below to reflect the occasion, and message to display on that occasion, respectively var occasion="MISS SV ONLINE" var message_on_occasion="KẾT THÚC VÒNG SƠ KHẢO CUỘC THI MISS SV ONLINE 2008" //STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countdown area var countdownwidth='480px' var countdownheight='20px' var countdownbgcolor='#FFF9AI' var opentags='<font face="Verdana" size="4">' var closetags='</font>' //////////DO NOT EDIT PAST THIS LINE////////////////// var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") var crosscount='' function start_countdown(){ if (document.layers) document.countdownnsmain.visibility="show" else if (document.all||document.getElementById) crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie countdown() } if (document.all||document.getElementById) document.write('<span id="countdownie" style="width:'+countdownwidth+'; background-color:'+countdownbgcolor+'"></span>') window.onload=start_countdown function countdown(){ var today=new Date() var todayy=today.getYear() if (todayy < 1000) todayy+=1900 var todaym=today.getMonth() var todayd=today.getDate() var todayh=today.getHours() var todaymin=today.getMinutes() var todaysec=today.getSeconds() var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec futurestring=montharray[mo-1]+" "+da+", "+yr+" "+hr+":"+min+":"+sec dd=Date.parse(futurestring)-Date.parse(todaystring) dday=Math.floor(dd/(60*60*1000*24)*1) dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1) dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1) dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1) //if on day of occasion if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){ if (document.layers){ document.countdownnsmain.document.countdownnssub.document.write(opentags+message_on_occasion+closetags) document.countdownnsmain.document.countdownnssub.document.close() } else if (document.all||document.getElementById) crosscount.innerHTML=opentags+message_on_occasion+closetags return } //if passed day of occasion else if (dday<=-1){ if (document.layers){ document.countdownnsmain.document.countdownnssub.document.write(opentags+"Occasion already passed! "+closetags) document.countdownnsmain.document.countdownnssub.document.close() } else if (document.all||document.getElementById) crosscount.innerHTML=opentags+"Occasion already passed! "+closetags return } //else, if not yet else{ if (document.layers){ document.countdownnsmain.document.countdownnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags) document.countdownnsmain.document.countdownnssub.document.close() } else if (document.all||document.getElementById) crosscount.innerHTML= opentags+dday+ " NGÀY, "+dhour+" GIỜ, "+dmin+" PHÚT, và "+dsec+" GIÂY NỮA LÀ KẾT THÚC SƠ KHẢO "+occasion+closetags } setTimeout("countdown()",1000) } </script>
Hoạt động - Event Phóng sự SV CLB Khiêu Vũ CLB Anh Văn CLB Tin Học CLB Thiên Văn CLB P4P3R CLB Guitar Vườn ước nguyện
Go Back   DIỄN ĐÀN SINH VIÊN ĐÀ NẴNG > Hỏi/Ðáp
Trang chủ Đăng Ký Hỏi/Ðáp Thành Viên Lịch Sơ đồ website Tìm Kiếm Bài Trong Ngày Ðánh Dấu Ðã Ðọc

BB Code
BB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use BB code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

Below is a list of the BB code tags you can use to format your messages.
BB Code List
[b], [i], [u] Bold / Italic / Underline
[color] Color
[size] Size
[font] Font
[highlight] Highlight
[left], [right], [center] Left / Right / Center
[indent] Indent
[email] Email Linking
[url] URL Hyperlinking
[thread] Thread Linking
[post] Post Linking
[list] Bulleted Lists / Advanced Lists
[img] Images
[code] Code
[php] PHP Code
[html] HTML Code
[quote] Trích
[noparse] Stop BB Code Parsing
[attach] Ðính Kèm
[24h] Chèn clip 24h.com.vn
[bbo] Baamboo
[clip] clip
[Flash] Flash
[flv] flv
[marquee] marquee
[Music] Music
[shadow] shadow
[table] table
[tube] Post Youtube
Incorrect BB Code Usage:
  • [url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
  • [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])

Bold / Italic / Underline
The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.
Usage [b]value[/b]
[i]value[/i]
[u]value[/u]
Example Usage [b]this text is bold[/b]
[i]this text is italic[/i]
[u]this text is underlined[/u]
Example Output this text is bold
this text is italic
this text is underlined

Color
The [color] tag allows you to change the color of your text.
Usage [color=Option]value[/color]
Example Usage [color=blue]this text is blue[/color]
Example Output this text is blue

Size
The [size] tag allows you to change the size of your text.
Usage [size=Option]value[/size]
Example Usage [size=+2]this text is two sizes larger than normal[/size]
Example Output this text is two sizes larger than normal

Font
The [font] tag allows you to change the font of your text.
Usage [font=Option]value[/font]
Example Usage [font=courier]this text is in the courier font[/font]
Example Output this text is in the courier font

Highlight
The [highlight] tag allows you to emphasize your text.
Usage [highlight]value[/highlight]
Example Usage [highlight]this text is highlighted[/highlight]
Example Output this text is highlighted

Left / Right / Center
The [left], [right] and [center] tags allow you to change the alignment of your text.
Usage [left]value[/left]
[center]value[/center]
[right]value[/right]
Example Usage [left]this text is left-aligned[/left]
[center]this text is center-aligned[/center]
[right]this text is right-aligned[/right]
Example Output
this text is left-aligned
this text is center-aligned
this text is right-aligned

Indent
The [indent] tag allows you to indent your text.
Usage [indent]value[/indent]
Example Usage [indent]this text is indented[/indent]
Example Output
this text is indented

Email Linking
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.
Usage [email]value[/email]
[email=Option]value[/email]
Example Usage [email]j.doe@example.com[/email]
[email=j.doe@example.com]Click Here to Email Me[/email]
Example Output j.doe@example.com
Click Here to Email Me

URL Hyperlinking
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.
Usage [url]value[/url]
[url=Option]value[/url]
Example Usage [url]http://svdanang.com/@pbk[/url]
[url=http://svdanang.com/@pbk]DIỄN ĐÀN SINH VIÊN ĐÀ NẴNG[/url]
Example Output http://svdanang.com/@pbk
DIỄN ĐÀN SINH VIÊN ĐÀ NẴNG

Thread Linking
The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.
Usage [thread]threadid[/thread]
[thread=threadid]value[/thread]
Example Usage [thread]42918[/thread]
[thread=42918]Click Me![/thread]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Example Output http://svdanang.com/@pbk/showthread.php?t=42918
Click Me!

Post Linking
The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.
Usage [post]postid[/post]
[post=postid]value[/post]
Example Usage [post]269302[/post]
[post=269302]Click Me![/post]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Example Output http://svdanang.com/@pbk/showthread.php?p=269302#post269302
Click Me!

Bulleted Lists
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage [list]value[/list]
Example Usage [list]
[*]list item 1
[*]list item 2
[/list]
Example Output
  • list item 1
  • list item 2

Advanced Lists
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
Usage [list=Option]value[/list]
Example Usage [list=1]
[*]list item 1
[*]list item 2
[/list]

[list=a]
[*]list item 1
[*]list item 2
[/list]
Example Output
  1. list item 1
  2. list item 2
  1. list item 1
  2. list item 2

Images
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.
Usage [img]value[/img]
Example Usage [img]http://svdanang.com/@pbk/images/vista/statusicon/forum_new.gif[/img] (Not linked)

[url=http://www.example.com] [img]http://svdanang.com/@pbk/images/vista/statusicon/forum_new.gif[/img] [/url] (Linked)
Example Output (Not linked)

(Linked)

Code
The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.
Usage [code]value[/code]
Example Usage [code]
<script type="text/javascript">
<!--
    alert("Hello world!");
//-->
</script>
[/code]
Example Output
Code:
<script type="text/javascript">
<!--
	alert("Hello world!");
//-->
</script>

PHP Code
The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.
Usage [php]value[/php]
Example Usage [php]
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
    echo $myvar . "\n";
}
[/php]
Example Output
PHP Code:
$myvar 'Hello World!';
for (
$i 0$i 10$i++)
{
    echo 
$myvar "\n";


HTML Code
The [html] tag allows you to perform syntax highlighting for HTML code.
Usage [html]value[/html]
Example Usage [html]
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>
[/html]
Example Output
HTML Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>

Trích
The [quote] tag allows you to attribute text to someone else.
Usage [quote]Trích[/quote]
[quote=Tài khoản]value[/quote]
Example Usage [quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;70579]Lorem ipsum dolor sit amet[/quote]
Example Output
Trích:
vBulletin
Trích:
Nguyên văn bởi John Percival
vBulletin
Trích:
Nguyên văn bởi John Percival View Post
vBulletin

Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
Usage [noparse][b]value[/b][/noparse]
Example Usage [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Example Output [b]Lorem ipsum dolor sit amet[/b]

Ðính Kèm
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
Usage [attach]attachmentid[/attach]
Example Usage [attach]12345[/attach]
Example Output

Chèn clip 24h.com.vn
Usage [24h]value[/24h]
Example Usage 24h.com.vn
Example Output 24h.com.vn

Baamboo
Usage [bbo]value[/bbo]
Example Usage baamboo
Example Output baamboo

clip
Usage [clip]value[/clip]
Example Usage clip
Example Output clip

Flash
Usage [Flash]value[/Flash]
Example Usage Flash
Example Output Flash

flv
Post FLV
Usage [flv]value[/flv]
Example Usage flv
Example Output flv

marquee
Usage [marquee]value[/marquee]
Example Usage marquee
Example Output marquee

Music
Usage [Music]value[/Music]
Example Usage Music
Example Output Music

shadow
Usage [shadow]value[/shadow]
Example Usage shadow
Example Output shadow

table
With this vB code tables can be inserted into the post. Columns are seperated by ?|?, every new line is a new row.
Usage [table]value[/table]
Example Usage [table]column 1|column 2|column 3[/table]
Example Output
column 1column 2column 3

Post Youtube
Usage [tube]value[/tube]
Example Usage Youtube
Example Output Youtube

<div id="divAdRight" style="display: block; position: absolute; top: 62px; right: 0px;"> <table border="0" cellpadding="0" cellspacing="0" width="110"><tbody><tr><td align="right"><a href="http://www.vsic.com.vn" target="_blank"><img src="vsic.png" border="0" width="90"></a></td></tr> <tr><td align="center"><a href="ymsgr:sendIM?pbk_care" title="Click vào đây để liên hệ qua Yahoo chat"><b><font color="#FFFFFF">HỖ TRỢ</b></font><BR>&nbsp;<img src="http://opi.yahoo.com/online?u=pbk_care&m=g&t=1" border="0" height="16" width="64"></a></td></tr> </tbody></table> </div> <div id="divAdLeft" style="display: block; position: absolute; top: 62px; left: 62px;"> <table border="0" cellpadding="0" cellspacing="0" width="100"><tbody><tr><td align="center"><a href="showthread.php?t=8258" target="_blank"></a></td></tr> </tbody></table> </div> <script language="JavaScript"> window.onresize=ShowAdDiv; function FloatTopDiv() { var ns = (navigator.appName.indexOf("Netscape") != -1); if(!ns) { startLX = ((document.body.clientWidth -1230)/2) + 110 , startLY = 62; //startRX = ((document.body.clientWidth -770)/2) + 770 +2 , startRY = 62; startRX = ((document.body.clientWidth)/2) + 390 , startRY = 62; } else { startLX = ((document.body.clientWidth -1230)/2) + 95 , startLY = 62; startRX = ((document.body.clientWidth -770)/2) + 763 , startRY = 62; } var d = document; function ml(id) { var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; el.sP=function(x,y){this.style.left=x;this.style.top=y;}; el.x = startRX; el.y = startRY; return el; } function m2(id) { var e2=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; e2.sP=function(x,y){this.style.left=x;this.style.top=y;}; e2.x = startLX; e2.y = startLY; return e2; } window.stayTopLeft=function() { if (document.documentElement && document.documentElement.scrollTop) var pY = document.documentElement.scrollTop; else if (document.body) var pY = document.body.scrollTop; if (document.body.scrollTop > 30){startLY = 3;startRY = 3;} else {startLY = 62;startRY = 62;}; ftlObj.y += (pY+startRY-ftlObj.y)/16; ftlObj.sP(ftlObj.x, ftlObj.y); ftlObj2.y += (pY+startLY-ftlObj2.y)/16; ftlObj2.sP(ftlObj2.x, ftlObj2.y); setTimeout("stayTopLeft()", 1); } ftlObj = ml("divAdRight"); //stayTopLeft(); ftlObj2 = m2("divAdLeft"); stayTopLeft(); } function ShowAdDiv() { var objAdDivRight = document.getElementById("divAdRight"); var objAdDivLeft = document.getElementById("divAdLeft"); if (document.body.clientWidth < 980) { objAdDivRight.style.display = "none"; objAdDivLeft.style.display = "none"; } else { objAdDivRight.style.display = "block"; objAdDivLeft.style.display = "block"; FloatTopDiv(); } } ShowAdDiv(); </script>


Múi giờ GMT. Hiện tại là 04:25 AM.
Designed Themes by THIENBINH .Độ phân giải 1024x768
Mã nguồn VBB & GDV Team. Copyright ©2007, Jelsoft Enterprises Ltd