Difference between revisions of "Sandbox"
(→HTML) |
(→Fjfi Test Extension) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 105: | Line 105: | ||
===Fjfi Test Extension=== | ===Fjfi Test Extension=== | ||
| − | <fjfiTest>This is FJFI Test Extension</fjfiTest> | + | <fjfiTest argument="arg1">This is FJFI Test Extension</fjfiTest> |
| − | + | ||
===Gnuplot=== | ===Gnuplot=== | ||
| Line 164: | Line 163: | ||
"DR1 SMC 6750" -> "DR2 SMC 1010" [color=green]; | "DR1 SMC 6750" -> "DR2 SMC 1010" [color=green]; | ||
"DR1 SMC 6750" -> "VOIP" [color=black]; | "DR1 SMC 6750" -> "VOIP" [color=black]; | ||
| + | } | ||
| + | </graphviz> | ||
| + | |||
| + | <graphviz> | ||
| + | digraph finite_state_machine { | ||
| + | rankdir=LR; | ||
| + | size="8,5" | ||
| + | node [shape = doublecircle]; Unreg Deleted2; | ||
| + | node [shape = circle]; | ||
| + | Unreg -> Reg [ label = "User Auth FJFI" ]; | ||
| + | Unreg -> Reg [ label = "User Auth Usermap" ]; | ||
| + | Unreg -> PreReg [ label = "User Auth WiFiFJFI" ]; | ||
| + | PreReg -> Reg [ label = "Auto (granted by)" ]; | ||
| + | Reg -> Dereg [ label = "User" ]; | ||
| + | Reg -> Deleted [ label = "User" ]; | ||
| + | Dereg -> Reg [ label = "User Auth (FJFI/Usermap/WiFiFJFI)" ]; | ||
| + | Deleted -> Dereg [ label = "Admin" ]; | ||
| + | Deleted -> Reg [ label = "Admin" ]; | ||
| + | Deleted -> Deleted2 [ label = "SuperAdmin" ]; | ||
| + | Dereg -> Deleted2 [ label = "SuperAdmin" ]; | ||
| + | Reg -> Deleted2 [ label = "SuperAdmin" ]; | ||
} | } | ||
</graphviz> | </graphviz> | ||
| Line 170: | Line 190: | ||
<b>Toto</b> je <em>test</em>. | <b>Toto</b> je <em>test</em>. | ||
<html> | <html> | ||
| − | <form> | + | <form enctype="multipart/form-data" action="http://skolniftp.fjfi.cvut.cz/upload.php" method="POST"> |
| − | <input type=" | + | <input type="hidden" name="MAX_FILE_SIZE" value="134217728" /> |
| + | Soubor k nahrání: <input name="file" type="file" /><br /> | ||
| + | <input type="submit" value="Upload" /> | ||
</form> | </form> | ||
</html> | </html> | ||
Latest revision as of 19:23, 10 August 2014
Contents
Official pages
RFC 2821 <icq>1234567</icq> <skype>some_user</skype> test
Protected
<protect show="warning" users="Vokacpet" groups="sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>
Protected for comp group
<protect show="warning" users="Vokacpet" groups="comp,sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>
Protected for comp group (user)
<protect show="text" users="Vokacpet" groups="comp,sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>
Quick links
Special:Allmessages MediaWiki:Sidebar Main Page
Tests
Formating
Lists
- item 1
- item 2
- item 3
- item 1
- item 2
- item 3
- item 1
- subitem 1
- subitem 2
- subsubitem 1
- subsubitem 2
Links
w:Main Page w:en:Main Page w:test pokus
Tables
| h1 | h2 | h3 |
|---|---|---|
| xx | yy | zz |
| 11 | 22 | 33 |
Preformated
Extensions
LaTeX
<math>\alpha, \beta, \gamma, ...</math>
<math>x^2+y^2=z^2</math>
<math>\sum_{i=0}^100 i</math>
<math>\int_0^{10} x=[\frac{1}{2}*x^2]_0^{10}</math>
jhkjhjk
Syntax highlighting
<bash>
- !/bin/sh
echo "this is a test" </bash>
<perl>
- !/usr/bin/perl -w
use strict; print "Hello World!\n"; </perl>
<c>
- inclued "stdio.h"
int main(int argc, char *argv[]) {
printf("Hello World!");
return 0;
} </c>
Fjfi Test Extension
Text passed into example extension:
This is FJFI Test Extension
and the value for the arg 'argument' is arg1
and the value for the arg 'argument2' is:
Gnuplot


GraphViz
HTML
Toto je test.