Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
MyCode TableGenerator
#21
Code:
<body>
                        <table align="center" class="tborder" cellspacing="0" height="430px">
                            <tr>
                                <th class="thead" colspan="3" height="30px">TabellenGenerator</th>
                            </tr>
                            <tr>
                                <td class="trow1"></td>
                                <td class="trow1" align="left">Tabellenbreite: <input type="text" size="3" id="tabWidth" /> %</td>
                                <td class="trow1" style="height:25px;text-align:right;"><input type="button" value="&larr; TD" id="delCol" /><input type="button" value="TD &rarr;" id="addCol" /></td>
                            </tr>
                            <tr>
                                <td class="trow1" valign="bottom" style="width:1%;"><input type="button" value="TR &uarr;" id="delRow" /><input type="button" value="TR &darr;" id="addRow" style="margin-bottom:2px;" /></td>
                                <td class="trow2" valign="top" colspan="2" id="container">
                                    <table>
                                        <tr>
                                            <td><input type="checkbox" /> TH</td>
                                            <td><textarea cols="15" rows="3"></textarea></td>
                                            <td><textarea cols="15" rows="3"></textarea></td>
                                        </tr>
                                        <tr>
                                            <td><input type="checkbox" /> TH</td>
                                            <td><textarea cols="15" rows="3"></textarea></td>
                                            <td><textarea cols="15" rows="3"></textarea></td>
                                        </tr>
                                    </table>
                                </td>    
                            </tr>
                            <tr>
                                <td class="tfoot" colspan="3" height="30px">
                                    <input type="button" value="Erstelle MyCode" id="tabCreate" />
                                    <input type="button" value="Schlie�en" id="tabClose" />
                                </td>
                            </tr>
                        </table>
                        <script type="text/javascript">
<!--
function resize_images() {
var img = $$( "img.postimage" );
for ( var i = 0; i < img.length; i++ ) {
while ( !img[i].complete ) { break; }
if ( img[i].width > 500 ) {
var imgURL = img[i].getAttribute( "src" );
img[i].setAttribute( "src", "http://www.grillerforum.de/inc/plugins/resizer_class/resizer_class.php?filename="+ imgURL +"&newwidth=500&maxsize=30000&maxwidth=500&animwidth=500&animsize=30000" );
img[i].setAttribute( "alt", imgURL );
img[i].setAttribute( "title", imgURL );
img[i].style.borderTop = "1px dotted #ff0000";
img[i].style.borderLeft = "1px dotted #ff0000";
img[i].style.borderRight = "1px dotted #ff0000";
var parent = img[i].parentNode;
var warning = document.createElement( "div" );
var align = parent.getAttribute( "style" );
var setalign = "";
if ( align == "text-align: center;" || align == "text-align: right;" ) {
if ( align == "text-align: center;" ) setalign = "center";
if ( align == "text-align: right;" ) setalign = "right"; }
warning.innerHTML = "<div style=\"border-bottom:1px dotted #ff0000;border-left:1px dotted #ff0000;border-right:1px dotted #ff0000;background:#ff0000;padding:3px 0;text-align:center;width:500px;\"><a href=\"" + imgURL + "\" target=\"_blank\" style=\"font-weight:bold;color: #ffffff;\">Image exceeds set limits. Click to view full size image</a></div>";
warning.setAttribute( "align", setalign );
parent.insertBefore( warning, img[i].nextSibling );
}}}
Event.observe( window, "load", function() { resize_images(); } );
-->
</script>

                <!-- start: GooAna - Google Analytics -->
                <script type='text/javascript'>
                var _gaq = _gaq || [];
                _gaq.push(['_setAccount', 'UA-35944589-1']);
                _gaq.push(['_trackPageview']);
                (function() {
                var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
                })();
                </script>
                <!-- end: GooAna - Google Analytics -->
                
</body>
                        </html>
<!-- end: tg_generator -->
Zitieren


Nachrichten in diesem Thema
MyCode TableGenerator - von MyBB.de Bot - 07.10.2011, 19:05
RE: MyCode TableGenerator - von thomas01 - 29.12.2012, 17:36
RE: MyCode TableGenerator - von Jockl - 29.12.2012, 17:42
RE: MyCode TableGenerator - von MrBrechreiz - 29.12.2012, 18:07
RE: MyCode TableGenerator - von thomas01 - 29.12.2012, 18:30
RE: MyCode TableGenerator - von frostschutz - 29.12.2012, 19:29
RE: MyCode TableGenerator - von MrBrechreiz - 29.12.2012, 18:47
RE: MyCode TableGenerator - von thomas01 - 29.12.2012, 19:21
RE: MyCode TableGenerator - von MrBrechreiz - 29.12.2012, 19:26
RE: MyCode TableGenerator - von thomas01 - 29.12.2012, 19:28
RE: MyCode TableGenerator - von MrBrechreiz - 29.12.2012, 19:30
RE: MyCode TableGenerator - von GreenDragon - 29.12.2012, 22:47
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 03:38
RE: MyCode TableGenerator - von MrBrechreiz - 30.12.2012, 04:01
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 04:03
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 04:19
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 04:22
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 04:52
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 12:18
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 14:33
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 15:07
RE: MyCode TableGenerator - von MrBrechreiz - 30.12.2012, 15:11
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 15:16
RE: MyCode TableGenerator - von MrBrechreiz - 30.12.2012, 15:21
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 15:22
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 15:30
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 15:33
RE: MyCode TableGenerator - von MrBrechreiz - 30.12.2012, 15:40
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 15:58
RE: MyCode TableGenerator - von MrBrechreiz - 30.12.2012, 16:03
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 16:15
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 16:22
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 16:19
RE: MyCode TableGenerator - von MrBrechreiz - 30.12.2012, 16:27
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 16:28
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 16:29
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 16:32
RE: MyCode TableGenerator - von GreenDragon - 30.12.2012, 16:33
RE: MyCode TableGenerator - von thomas01 - 30.12.2012, 16:36
RE: MyCode TableGenerator - von MrBrechreiz - 30.12.2012, 17:01

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  MyCode TableGenerator MyBB.de Bot 34 8.082 09.12.2019, 01:31
Letzter Beitrag: Kammi_