1. JavaScript / Говнокод #12890

    +144

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    genchatmessage: function(text, avatar1, avatar2, time, rtl) {
    		if (typeof rtl == "undefined") var rtl = false;
    		if (typeof avatar == "undefined") var avatar = "images/user_male.png";
    		if (typeof time == "undefined") var time = this.gettime();
    		var tr = document.createElement("tr");
    		var td = [document.createElement("td"), document.createElement("td"), document.createElement("td")];
    		var div = document.createElement("div");
    		var span = document.createElement("span");
    		var pre = document.createElement("pre");
    		span.innerHTML = time;
    		pre.innerHTML = interface.innerText(String(text));
    		if (rtl) {
    			div.className = "chat-message-rtl";
    		} else div.className = "chat-message";
    		if (typeof avatar1 == "string") {
    			var img1 = document.createElement("img");
    			img1.src = avatar1;
    			td[0].appendChild(img1);
    		}
    		if (typeof avatar2 == "string") {
    			var img2 = document.createElement("img");
    			img2.src = avatar2;
    			td[2].appendChild(img2);
    		}

    Запостил: Govnisti_Diavol, 14 Апреля 2013

    Комментарии (4) RSS

    • Да скорее всего просто недоисправил. Сначала просто var ... было, потом решил дописать аргументы, а потом добавил значения по умолчанию, а убрать var забыл. Ну или как-то так.
      Ответить
    • ОП, признайся, ты не увидел здесь жквери, да?
      Ответить
    • показать все, что скрытоThe best Rolex Replica Watches
      replica watches allow you to live a luxurious lifestyle in an affordable manner. Cartier is one of the most exotic brands of watches. It is well recognized for its high quality, elegance and perfection of design. However, the original watches are too costly. This is why most people cannot afford to buy them. Some manufacturers have introduced the
      <a href="http://www.replicasrolexwatches.us"><strong> Rolex watches</strong></a>. These watches look exactly like their expensive counterparts but are much more affordable. For this reason, buyers who could not afford to get these accessories in the past can now make their dream come true in the form of Cartier replica watches.
      Other than the low price, the perfect imitation of <a href="http://www.replicasrolexwatches.us"><strong> Replica Rolex watches</strong></a> makes them highly suitable for all. Seeing them you cannot make out if they are not genuine. For this reason, you can lead a luxurious lifestyle by having a replica of this brand. Since a Cartier watch has become a status symbol, having a replica watches allow you to be a part of the elite yet you will not have to spend much.
      You can find wonderful collections of replica watches online. There are a number of online stores that offer replica watches from this brand in countless styles, designs and colors. Men as well as women can thus realize their fashion dreams in the form of a Cartier replica watch. You can get online and explore the replica collections at your own convenience. Online shopping allows you to come across more choices and pick the watch that best fulfills you need and liking. Also, this mode of shopping helps to save your time. A few clicks can take you to a never ending journey into the world of Rolex replica watches.
      Ответить
    • помне тут не все так плохо. Даже переменные какие-то есть, причем не глобальные.
      Ответить

    Добавить комментарий