Skip to content

Commit

Permalink
change text format
Browse files Browse the repository at this point in the history
  • Loading branch information
IcEternal committed Nov 8, 2013
1 parent 92b68e7 commit 900ec2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/admin/trade.php
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
$bookname = $book->name;
$bookmessage = $bookmessage."".$bookname."》,¥$book->price"." ";
}
$message = "$message $bookmessage 被预定了。您可以在晚上8点半-10点 在逸夫楼圆厅易班工作室交易。 ";
$message = "$message $bookmessage 被预定了。您可以在晚上8点半-10点 在逸夫楼圆厅易班工作室交易。谢谢!";
$postfix = "由于BookEx是促进书籍循环的公益组织,由交大学生志愿服务,时间精力有限。现在全校推广期提供一个月的免费送书服务,时间为每星期三与星期六晚,我们仍然真诚的希望您能到固定地点完成交易,谢谢!";
?>
<a href="javascript:void(0)">
@@ -56,7 +56,7 @@
<script language="javascript" type="text/javascript">
document.getElementById("createSalerText<?php echo $saler['user_id']; ?>").onclick=function(){

var str = "<?php echo $message ?>" + "\r\n" + "\r\n" + "<?php echo $postfix ?>" ;
var str = "<?php echo $message ?>"; //+ "\r\n" + "\r\n" + "<?php echo $postfix ?>" ;
var clip = new ZeroClipboard.Client();
var id = $(this).attr("id");

@@ -153,13 +153,13 @@
$bookname = $book->name;
$bookmessage = "$bookmessage"."".$bookname."》,¥$book->price"." ";
}
$message = "$message $bookmessage 已经到货。您可以在晚上8点半-10点 在逸夫楼圆厅易班工作室取书。 ";
$message = "$message $bookmessage 已经到货。您可以在晚上8点半-10点 在逸夫楼圆厅易班工作室取书。谢谢! ";
?>

<script language="javascript" type="text/javascript">
document.getElementById("createBuyerText<?php echo $buyer['user_id']; ?>").onclick=function(){

var str = "<?php echo $message ?>" + "\r\n" + "\r\n" + "<?php echo $postfix ?>" ;
var str = "<?php echo $message ?>"; //+ "\r\n" + "\r\n" + "<?php echo $postfix ?>" ;
var clip = new ZeroClipboard.Client();
var id = $(this).attr("id");

0 comments on commit 900ec2e

Please sign in to comment.