Mercurial > hg > extraction-interface
comparison models/extractapp.php @ 66:e71a437ae49f extractapp
New: responsive. some css style
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Thu, 02 Apr 2015 16:33:46 +0200 |
| parents | f9ae94a9b041 |
| children | 3ada9334ebfc |
comparison
equal
deleted
inserted
replaced
| 65:f9ae94a9b041 | 66:e71a437ae49f |
|---|---|
| 267 $this->branch_id = (string)$response_branch["id"]; | 267 $this->branch_id = (string)$response_branch["id"]; |
| 268 | 268 |
| 269 } else if ($status == "error") { | 269 } else if ($status == "error") { |
| 270 // saving not success | 270 // saving not success |
| 271 $this->messages['error'] .= "[Error] Saving Failed! ".(string)$response["message"]."<br>"; | 271 $this->messages['error'] .= "[Error] Saving Failed! ".(string)$response["message"]."<br>"; |
| 272 $this->messages['warning'] .= "[Warning] Please check branch ".$this->branch_id." in LGService, and modify from the latest version. <br>"; | 272 $this->messages['warning'] .= "[Warning] Please check branch ".$this->branch_id." in LGService, and modify from the latest version."; |
| 273 | 273 |
| 274 $response_currentFile = $response["currentFile"]; | 274 $response_currentFile = $response["currentFile"]; |
| 275 $this->current_fileId = (string)$response_currentFile["id"]; | 275 $this->current_fileId = (string)$response_currentFile["id"]; |
| 276 | 276 |
| 277 } | 277 } |
