mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
let the past begone in cvs land. welcome to igit igit!
This commit is contained in:
commit
4e601cf1c7
509 changed files with 77963 additions and 0 deletions
50
world/static/examine.css
Normal file
50
world/static/examine.css
Normal file
|
@ -0,0 +1,50 @@
|
|||
.Pe {
|
||||
font-family: verdana,helvetica;
|
||||
font-weight: bold;
|
||||
font-size: 9;
|
||||
padding: 44;
|
||||
background: #333;
|
||||
color: white;
|
||||
}
|
||||
.Peb {
|
||||
color: #f33;
|
||||
}
|
||||
.Pe a {
|
||||
text-decoration: none;
|
||||
color: #f33;
|
||||
background: black;
|
||||
}
|
||||
.Peb a {
|
||||
padding: 4;
|
||||
border: 1px solid #f33;
|
||||
}
|
||||
input,select,textarea {
|
||||
background: black;
|
||||
color: #f33;
|
||||
font-size: 9;
|
||||
border: 1px solid #f33;
|
||||
padding: 4;
|
||||
}
|
||||
.Peup {
|
||||
border: 3px dashed;
|
||||
padding: 4;
|
||||
margin-bottom: 23px;
|
||||
}
|
||||
.ldp {
|
||||
font-size: 9;
|
||||
border: 3px dashed #333;
|
||||
background: #666;
|
||||
padding: 3;
|
||||
margin: 44;
|
||||
}
|
||||
.ldpc {
|
||||
background: #f33;
|
||||
color: black;
|
||||
font-size: 12;
|
||||
}
|
||||
.ldp tr {
|
||||
}
|
||||
.ldp td {
|
||||
background: black;
|
||||
padding: 7;
|
||||
}
|
BIN
world/static/favicon.ico
Normal file
BIN
world/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
49
world/static/index.html
Normal file
49
world/static/index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<TITLE>PSYC access by web applet</TITLE>
|
||||
<BODY bgcolor="#444444"
|
||||
text="#ffffff" link="#ffffff" alink="#ffffff" vlink="#c0c0c0">
|
||||
|
||||
<center>
|
||||
<table height=100% cellpadding=9><tr>
|
||||
<td colspan=3 align=center>
|
||||
|
||||
<a href="http://www.psyc.eu"><img src="psyc.gif" width=464 height=93
|
||||
border=0></a><p>
|
||||
|
||||
|
||||
<applet code=veChat.class archive=veChat.jar width=444 height=444>
|
||||
|
||||
<param name=LAYOUT value="java">
|
||||
<param name=PLACES value="RendezVous;-;Africa;America;Asia;Australia;Europa;-;Basic;Buper;Cnet;Heise;IRC;PSYC;Zwirbel">
|
||||
<naram name=DEFPLACE value="RendezVous">
|
||||
|
||||
<naram name=LANG value="en">
|
||||
<naram name=TITLE value="">
|
||||
<naram name=GREETING value="Hui!">
|
||||
<naram name=ACTIVATION value="">
|
||||
|
||||
<param name=PORT value="2008">
|
||||
<!-- param name=HOST value="localhost"
|
||||
... only define HOST when your applet has the permission to connect
|
||||
... anywhere else but to the calling server, or when you are using
|
||||
... it standalone - in a normal case the applet will connect to the
|
||||
... server it came from. best to leave unchanged.
|
||||
-->
|
||||
|
||||
<param name=BGCOLOR value="3366CC">
|
||||
<param name=FGCOLOR value="FFFFFF">
|
||||
<param name=BGLAUNCHER value="003366">
|
||||
<param name=BGBUTTON value="003366">
|
||||
<noram name=FGAPPLET value="cccccc">
|
||||
<param name=BGVIEW value="003366">
|
||||
<param name=FGVIEW value="ffffff">
|
||||
<param name=BGTALK value="003399">
|
||||
<param name=BGPEOPLE value="003399">
|
||||
<param name=BGPERSON value="003399">
|
||||
<param name=BGSTATUS value="003366">
|
||||
<noram name=FGSTATUS value="ffff99">
|
||||
<param name=BGINPUT value="003366">
|
||||
<naram name=FGINPUT value="ffff99">
|
||||
|
||||
</applet>
|
||||
|
||||
<p></td></tr></table>
|
BIN
world/static/psyc.gif
Normal file
BIN
world/static/psyc.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
world/static/veChat.jar
Normal file
BIN
world/static/veChat.jar
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue